Gini Health SDK for Android
Gini
Health
SDK
for
Android
net.
gini.
android.
core.
api
Document
Manager
Document
Type
BANK_STATEMENT
CONTRACT
INVOICE
RECEIPT
REMINDER
REMITTANCE_SLIP
TRAVEL_EXPENSE_REPORT
OTHER
Document
Metadata
Document
Remote
Source
Companion
Document
Repository
Companion
Document
Service
Gini
Api
Type
Media
Types
Resource
Cancelled
Companion
Error
Companion
Success
Utils
net.
gini.
android.
core.
api.
authorization
Credentials
Store
Encrypted
Credentials
Store
Pub
Key
Manager
Builder
Session
Session
Manager
Shared
Preferences
Credentials
Store
User
Credentials
net.
gini.
android.
core.
api.
authorization.
apimodels
Session
Token
Session
Token
Info
User
Request
Model
User
Response
Model
net.
gini.
android.
core.
api.
authorization.
crypto
Gini
Crypto
Gini
Crypto
Exception
net.
gini.
android.
core.
api.
internal
Bundle
Helper
Gini
Core
API
Gini
Core
APIBuilder
Companion
net.
gini.
android.
core.
api.
models
Box
Compound
Extraction
Document
Processing
State
PENDING
COMPLETED
ERROR
UNKNOWN
Source
Classification
SCANNED
SANDWICH
NATIVE
TEXT
COMPOSITE
UNKNOWN
Extraction
Extractions
Container
Payment
Payment
Request
Status
OPEN
PAID
INVALID
Specific
Extraction
net.
gini.
android.
core.
api.
requests
Api
Exception
Companion
Basic
Authorizaton
Header
Bearer
Authorizaton
Header
Http
Header
Json
Accept
Header
Safe
Api
Request
net.
gini.
android.
core.
api.
response
Payment
Request
Response
Payment
Response
net.
gini.
android.
health.
api
Gini
Health
API
Gini
Health
APIBuilder
Gini
Health
Api
Type
Hardcoded
Files
Local
Data
Source
Health
Api
Document
Manager
Health
Api
Document
Remote
Source
Health
Api
Document
Repository
net.
gini.
android.
health.
api.
models
Payment
Provider
Colors
Payment
Provider
Kt
Payment
Request
Input
net.
gini.
android.
health.
sdk
Gini
Health
Companion
Payment
State
Error
Loading
No
Action
Success
net.
gini.
android.
health.
sdk.
bankselection
Bank
Selection
Bottom
Sheet
Companion
net.
gini.
android.
health.
sdk.
moreinformation
More
Information
Fragment
Companion
net.
gini.
android.
health.
sdk.
paymentcomponent
Payment
Component
Listener
Payment
Component
Configuration
Payment
Component
View
Payment
Provider
Apps
State
Error
Loading
Success
Selected
Payment
Provider
App
State
App
Selected
Nothing
Selected
net.
gini.
android.
health.
sdk.
paymentprovider
Installed
Payment
Provider
App
Companion
Payment
Provider
App
Companion
Payment
Provider
App
Colors
net.
gini.
android.
health.
sdk.
review
Review
Configuration
Review
Fragment
Review
Fragment
Listener
net.
gini.
android.
health.
sdk.
review.
error
No
Payment
Data
Extracted
net.
gini.
android.
health.
sdk.
review.
installApp
Install
App
Forward
Listener
net.
gini.
android.
health.
sdk.
review.
model
Extraction
Result
Kt
Payment
Details
Payment
Request
Result
Wrapper
Error
Loading
Success
net.
gini.
android.
health.
sdk.
util
Ghs
Bottom
Sheet
Dialog
Fragment
Gini
Health
APIKt
net.
gini.
android.
health.
sdk.
util.
extensions
File
Kt
Gini Health SDK for Android
/
net.gini.android.health.sdk.review.error
/
NoPaymentDataExtracted
No
Payment
Data
Extracted
public
final
class
NoPaymentDataExtracted
extends
Throwable
Thrown when there was no payment data in the document extractions.
Constructors
Functions
Properties
Constructors
No
Payment
Data
Extracted
Link copied to clipboard
public
NoPaymentDataExtracted
NoPaymentDataExtracted
(
)
Functions
add
Suppressed
Link copied to clipboard
public
final
Unit
addSuppressed
(
Throwable
p0
)
fill
In
Stack
Trace
Link copied to clipboard
public
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
Throwable
initCause
(
Throwable
p0
)
print
Stack
Trace
Link copied to clipboard
public
Unit
printStackTrace
(
)
public
Unit
printStackTrace
(
PrintStream
p0
)
public
Unit
printStackTrace
(
PrintWriter
p0
)
set
Stack
Trace
Link copied to clipboard
public
Unit
setStackTrace
(
Array
<
StackTraceElement
>
p0
)
Properties
cause
Link copied to clipboard
private
final
Throwable
cause
message
Link copied to clipboard
private
final
String
message